CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 傅里叶变换

搜索资源列表

  1. OpenCV傅里叶变换

    0下载:
  2. 使用vc,opencv,进行图像傅里叶变换。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-03-09
    • 文件大小:2252129
    • 提供者:lin_ant
  1. 数字图像处理算法

    1下载:
  2. 数字图像处理:先进行傅里叶变换,然后低通滤波;最后还原。并附有余弦变换对照结果。,DIP:first FFT,then Butterworth filter,last inverse the course,also the DCT for comparition.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:1615
    • 提供者:付登科
  1. fft

    0下载:
  2. 对图像进行快速傅里叶变换,在频率域去除高频信息再逆变换到空间域,完成图像栅格信息的消除。-Fast Fourier transform of the image, in the frequency domain to remove high-frequency information and the inverse transform to the spatial domain, to complete the elimination of the image grid of informati
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:440018
    • 提供者:marui
  1. HightFilterAndLowFilter

    0下载:
  2. 实现正逆傅里叶变换,并在此基础上实现各种高低通滤波器,采用OPENCV实现。图像只针对2的整数次幂的方图-implement kinds of high filters and low filters in OPENCV based on implementing the FFTs and IFFTS.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:201483
    • 提供者:薛琴
  1. 4

    0下载:
  2. 灰度图像的傅里叶变换程序;灰度图像的傅里叶反变换程序;-Gray-scale image Fourier transform procedures gray image of the Fourier inverse transform process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:306157
    • 提供者:程博
  1. fuliye

    1下载:
  2. VC++图像处理 傅里叶变换实现源程序 内附程序详细说明-VC++ image processing implementation Fourier Transform source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:148553
    • 提供者:fang
  1. wenli

    1下载:
  2. 使用matlab对多幅图像进行傅里叶变换,并将变换后的图像进行比较输出-The use of multiple images matlab Fourier transform, and transform the image to compare the output
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2640
    • 提供者:dong
  1. MATLAB

    0下载:
  2. MATLAB工具结合数字图像处理,完成实验,有图像彩色空间转换,傅里叶变换,余弦变换,直方图均衡等等,有需要的看一下。-Combination of MATLAB tools for digital image processing, the completion of the experiment, the image color space conversion, Fourier transform, cosine transform, histogram equalization and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3396854
    • 提供者:等途浪子
  1. DFT

    0下载:
  2. 对图像进行傅里叶变换,观察其幅度谱和相位谱-Fourier transform of the image to observe its amplitude spectrum and phase spectrum
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1797
    • 提供者:huihui
  1. restruct

    1下载:
  2. 用MATLAB实现数字图像的傅里叶变换,显示图像频谱-Digital images using MATLAB Fourier transform, display the image spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:765
    • 提供者:流星
  1. (精心整理)图像的傅里叶变换

    1下载:
  2. 图形处理傅里叶变换教程ppt,内有二维离散型傅里叶变换的公式,以及关于图像处理的概念(Graphics processing fourier transform tutorial ppt, there are two-dimensional discrete fourier transform formula, as well as on the concept of image processin)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:10277888
    • 提供者:YY大眼萌
  1. 二维快速傅立叶变换

    0下载:
  2. 本文档介绍了快速傅里叶变换的技术,并给出了C++语言中用于计算图像数据的二维FFT的源代码。(This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:30720
    • 提供者:bingcheng888
  1. 图像加减等操作

    0下载:
  2. 利用matlab实现图像的加减,图像的傅里叶变换等等图像处理过程(Using MATLAB to realize image processing and subtraction, image Fourier transform and so on image processing)
  3. 所属分类:图形图像处理

  1. 数字图像傅立叶变换

    0下载:
  2. 数字图像快速傅里叶变换(FFT)。将图像转化成二维灰度图像后再做FFT变换,并输出变换后的幅值图。(Digital image fast Fourier transform (FFT).The image is transformed into a two-dimensional gray level image and then the FFT transformation is made, and the amplitude diagram is output after the trans
  3. 所属分类:图形图像处理

  1. 快速傅里叶变换及实现——交换两幅图像的相位谱

    1下载:
  2. 快速傅氏变换(FFT),是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。(Fast Fourier transform (FFT) is a fast algorithm for discrete Fourier transform. It is based on the characteristics of discrete
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:95232
    • 提供者:Bruce Leung
  1. fft

    0下载:
  2. 图像傅里叶变换与逆变换,用c语言实现,基于opencv(Image Fu Liye transform and inverse transformation, C implementation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:待墨痕干
  1. DFT(傅里叶变换)

    1下载:
  2. 傅里叶变换在图像处理中被广泛应用,该算法实现了傅里叶变换的基本代码。(This algorithm implements the basic code of the Fourier transform.)
  3. 所属分类:波变换

    • 发布日期:2018-05-04
    • 文件大小:14336
    • 提供者:基督得胜
  1. matlab傅里叶变化性质验证

    0下载:
  2. 二维傅立叶变换的Matlab实现,是利用图像处理软件对给 出的图像进行傅立叶变换处理。 自行设计一幅图像,验证离散傅立叶变换的性质,如: 频谱图中高频分量迅速衰减,可分离性,平移,周期性与共 轭对称性,旋转、线性和比例性,平均值。(The Matlab implementation of two-dimensional Fu Liye transform is based on image processing software. The image is processed by Fu
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-09
    • 文件大小:2048
    • 提供者:SmaICG
  1. matlabcode

    1下载:
  2. 图像傅里叶变换,图像的快速傅里叶变换,逆变换,图像的二维FFT变换可以观察图像的频谱,再进行逆变换即可复原图像(Image Fourier transform)
  3. 所属分类:图片显示

    • 发布日期:2020-09-23
    • 文件大小:245760
    • 提供者:sunshine1323
  1. 图像傅里叶变换

    0下载:
  2. 二维傅立叶变换的Matlab实现,是利用图像处理软件对给出的图像进行傅立叶变换处理。在Matlab中,函数fft2表示二维傅立叶变换,函数ifft2则表示二维傅立叶反变换。(The Fourier transform of the image)
  3. 所属分类:其他

    • 发布日期:2021-04-29
    • 文件大小:1024
    • 提供者:kingslayer1733
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com